Skip graphemetest that never completes
authorGraham Inggs <ginggs@debian.org>
Tue, 21 Dec 2021 13:15:59 +0000 (15:15 +0200)
committerGraham Inggs <ginggs@debian.org>
Tue, 21 Dec 2021 13:32:29 +0000 (15:32 +0200)
debian/changelog
debian/patches/series
debian/patches/skip-graphemetest.patch [new file with mode: 0644]

index dc0fe51910868dad8196f57cfee69f709fc7d544..5f5d132eeda6118c675f3ce6d940b879809a487c 100644 (file)
@@ -9,6 +9,7 @@ utf8proc (2.7.0-1) UNRELEASED; urgency=medium
   * Refresh use-unicode-data.patch
   * Build with unicode-data 14.0 (Closes: #995579)
   * Add build-dependency on ruby
+  * Skip graphemetest that never completes
 
  -- Debian Janitor <janitor@jelmer.uk>  Fri, 18 Sep 2020 05:52:35 -0000
 
index 62165402336c6877b50855c63c60e03df06d458e..f924265d66a6f80435b7826ee0724b3146ff18ef 100644 (file)
@@ -1 +1,2 @@
 use-unicode-data.patch
+skip-graphemetest.patch
diff --git a/debian/patches/skip-graphemetest.patch b/debian/patches/skip-graphemetest.patch
new file mode 100644 (file)
index 0000000..eb2ca9e
--- /dev/null
@@ -0,0 +1,16 @@
+Description: skip graphemetest that never completes
+Forwarded: no
+Author: Graham Inggs <ginggs@debian.org>
+Last-Update: 2021-12-21
+
+--- a/Makefile
++++ b/Makefile
+@@ -171,7 +171,7 @@
+ check: test/normtest data/NormalizationTest.txt data/Lowercase.txt data/Uppercase.txt test/graphemetest data/GraphemeBreakTest.txt test/printproperty test/case test/iscase test/custom test/charwidth test/misc test/valid test/iterate bench/bench.c bench/util.c bench/util.h utf8proc.o
+       $(MAKE) -C bench
+       test/normtest data/NormalizationTest.txt
+-      test/graphemetest data/GraphemeBreakTest.txt
++#     test/graphemetest data/GraphemeBreakTest.txt
+       test/charwidth
+       test/misc
+       test/valid